Author: Marin Radu
Identify the line that doesn't match the pattern of an MD5 hash.
- Regex
- Hash formats
Use grep
:
grep -vE '^[a-fA-F0-9]{32}$' file.txt
You can also use my script: solve.py
Flag:
CSCTF{ce734e88ed1c2a3flagad39d7fec4fb3}
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Author: Marin Radu
Identify the line that doesn't match the pattern of an MD5 hash.
Use grep
:
grep -vE '^[a-fA-F0-9]{32}$' file.txt
You can also use my script: solve.py
Flag:
CSCTF{ce734e88ed1c2a3flagad39d7fec4fb3}